[INFO] cloning repository https://github.com/ZRainbow1275/windows-codex-stability-guardian
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZRainbow1275/windows-codex-stability-guardian" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZRainbow1275%2Fwindows-codex-stability-guardian", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZRainbow1275%2Fwindows-codex-stability-guardian'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6187c38002a7b0324b041803e37cf9b4bb98008f
[INFO] fixing ZRainbow1275/windows-codex-stability-guardian against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZRainbow1275%2Fwindows-codex-stability-guardian" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ZRainbow1275/windows-codex-stability-guardian
[INFO] finished tweaking git repo https://github.com/ZRainbow1275/windows-codex-stability-guardian
[INFO] tweaked toml for git repo https://github.com/ZRainbow1275/windows-codex-stability-guardian written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZRainbow1275/windows-codex-stability-guardian on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZRainbow1275/windows-codex-stability-guardian already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rusqlite v0.37.0
[INFO] [stderr]   Downloaded tray-icon v0.22.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.35.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7
[INFO] running `Command { std: "docker" "start" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking zlib-rs v0.6.3
[INFO] [stderr]     Checking windows_x86_64_gnu v0.52.6
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]     Checking windows-targets v0.52.6
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking x11 v2.21.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking guardian-core v0.1.4 (/opt/rustwide/workdir/crates/guardian-core)
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking windows-result v0.2.0
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking guardian-windows v0.1.4 (/opt/rustwide/workdir/crates/guardian-windows)
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking windows-strings v0.1.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling windows-implement v0.58.0
[INFO] [stderr]    Compiling windows-interface v0.58.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]     Checking windows-core v0.58.0
[INFO] [stderr]     Checking zip v8.5.1
[INFO] [stderr]     Checking windows v0.58.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking wayland-client v0.31.14
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking guardian-observers v0.1.4 (/opt/rustwide/workdir/crates/guardian-observers)
[INFO] [stderr]     Checking guardian-repair v0.1.4 (/opt/rustwide/workdir/crates/guardian-repair)
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking pango v0.18.3
[INFO] [stderr]     Checking gdk-pixbuf v0.18.5
[INFO] [stderr]     Checking gdk v0.18.2
[INFO] [stderr]     Checking muda v0.17.2
[INFO] [stderr]     Checking libappindicator v0.9.0
[INFO] [stderr]     Checking tray-icon v0.22.0
[INFO] [stderr]     Checking guardian v0.1.4 (/opt/rustwide/workdir/apps/guardian)
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> apps/guardian/src/gui/theme.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> apps/guardian/src/gui/widgets.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> apps/guardian/src/gui/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> apps/guardian/src/gui/theme.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     core::PCWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> apps/guardian/src/tray.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Win32::UI::WindowsAndMessaging::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> apps/guardian/src/gui/mod.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     core::{PCWSTR, w},
[INFO] [stdout]    |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> apps/guardian/src/tray.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     core::PCWSTR,
[INFO] [stdout]    |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> apps/guardian/src/gui/widgets.rs:350:20
[INFO] [stdout]     |
[INFO] [stdout] 350 |     font: windows::Win32::Graphics::Gdi::HFONT,
[INFO] [stdout]     |                    ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> apps/guardian/src/gui/theme.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Win32::{
[INFO] [stdout]   |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]  --> apps/guardian/src/gui/widgets.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use windows::Win32::{
[INFO] [stdout]   |              ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> apps/guardian/src/gui/mod.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Win32::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]  --> apps/guardian/src/gui/theme.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     core::PCWSTR,
[INFO] [stdout]   |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]   --> apps/guardian/src/tray.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Win32::UI::WindowsAndMessaging::{
[INFO] [stdout]    |     ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> apps/guardian/src/gui/mod.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     core::{PCWSTR, w},
[INFO] [stdout]    |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `windows::core`
[INFO] [stdout]   --> apps/guardian/src/tray.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     core::PCWSTR,
[INFO] [stdout]    |     ^^^^ could not find `core` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLOREDIT` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^   ---------------   ^^^^^^^^^^^^^^ pattern doesn't bind `WM_CTLCOLOREDIT`
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   variable not in all patterns
[INFO] [stdout]      |         pattern doesn't bind `WM_CTLCOLOREDIT`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLOREDIT`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:29
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLORBTN` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^^   -------------- variable not in all patterns
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   pattern doesn't bind `WM_CTLCOLORBTN`
[INFO] [stdout]      |         pattern doesn't bind `WM_CTLCOLORBTN`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLORBTN`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:47
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLORSTATIC` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:29
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         -----------------   ^^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^ pattern doesn't bind `WM_CTLCOLORSTATIC`
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   pattern doesn't bind `WM_CTLCOLORSTATIC`
[INFO] [stdout]      |         variable not in all patterns
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLORSTATIC`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:3120:18
[INFO] [stdout]      |
[INFO] [stdout] 3120 |         windows::Win32::UI::WindowsAndMessaging::GetDlgItem(parent, control_id)
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]    --> apps/guardian/src/gui/widgets.rs:350:20
[INFO] [stdout]     |
[INFO] [stdout] 350 |     font: windows::Win32::Graphics::Gdi::HFONT,
[INFO] [stdout]     |                    ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLOREDIT` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^   ---------------   ^^^^^^^^^^^^^^ pattern doesn't bind `WM_CTLCOLOREDIT`
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   variable not in all patterns
[INFO] [stdout]      |         pattern doesn't bind `WM_CTLCOLOREDIT`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLOREDIT`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:29
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLORBTN` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^^   -------------- variable not in all patterns
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   pattern doesn't bind `WM_CTLCOLORBTN`
[INFO] [stdout]      |         pattern doesn't bind `WM_CTLCOLORBTN`
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLORBTN`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:47
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |                                               ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `WM_CTLCOLORSTATIC` is not bound in all patterns
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:29
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         -----------------   ^^^^^^^^^^^^^^^   ^^^^^^^^^^^^^^ pattern doesn't bind `WM_CTLCOLORSTATIC`
[INFO] [stdout]      |         |                   |
[INFO] [stdout]      |         |                   pattern doesn't bind `WM_CTLCOLORSTATIC`
[INFO] [stdout]      |         variable not in all patterns
[INFO] [stdout]      |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::WM_CTLCOLORSTATIC`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:2751:9
[INFO] [stdout]      |
[INFO] [stdout] 2751 |         WM_CTLCOLORSTATIC | WM_CTLCOLOREDIT | WM_CTLCOLORBTN => {
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `Win32` in `windows`
[INFO] [stdout]     --> apps/guardian/src/gui/mod.rs:3120:18
[INFO] [stdout]      |
[INFO] [stdout] 3120 |         windows::Win32::UI::WindowsAndMessaging::GetDlgItem(parent, control_id)
[INFO] [stdout]      |                  ^^^^^ could not find `Win32` in `windows`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `window_handle` found for reference `&TrayIcon` in the current scope
[INFO] [stdout]    --> apps/guardian/src/tray.rs:657:50
[INFO] [stdout]     |
[INFO] [stdout] 657 |                 .map(|icon| format!("{:X}", icon.window_handle() as usize)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ method not found in `&TrayIcon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `window_handle` found for reference `&TrayIcon` in the current scope
[INFO] [stdout]    --> apps/guardian/src/tray.rs:657:50
[INFO] [stdout]     |
[INFO] [stdout] 657 |                 .map(|icon| format!("{:X}", icon.window_handle() as usize)),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ method not found in `&TrayIcon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0408, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0408`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0408, E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0408`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `guardian` (bin "guardian" test) due to 13 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `guardian` (bin "guardian") due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7", kill_on_drop: false }`
[INFO] [stdout] 5d905a8ca8c5ace716409691f755319db3e1cda9bff8a9cb749bfa600aeec9a7
